
.elepsis {
    white-space: nowrap; 
    width:274px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* text-align: center; */
  }
.sidebar_submenu{
    padding-right: 0.5rem !important;
    padding-left: 2.1rem !important;
  }

.letter-space{
  letter-spacing: 0.02em;
  color:#cb0c9f;
}

.elepsis-description {
  white-space: nowrap; 
  width:116px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  /* display: -webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.short-des {
  /* white-space: nowrap;  */
  width:210px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  /* display: -webkit-box; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height:35px;
}

.overflow-data{
 overflow-x: hidden;
}
.dataTables_info{
  padding-left: 14px;
}
.dataTables_length {
  padding-left: 15px;
}
.dataTables_filter{
  padding-right: 14px;
}
.text_hover:hover{
  background-color: #F2F3F4;
}

/*Datatable bottom border style*/
.dttable td{
  border-color: #E7E4E3 !important;
  border-width: 1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  background: #E7E4E3 !important;
  color: #344767 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background-color: #1767EA !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #1767EA !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #E7E4E3 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
  background: #E7E4E3 !important;
  color: #344767 !important;
}

.usercontact td{
  white-space: normal;
}
.usercontact> :not(caption)>*>* {
  padding: 0.5rem 1.5rem;
}